From 966f3e566f0bf9db79fbe9db39005d784e48d300 Mon Sep 17 00:00:00 2001 From: robertl Date: Fri, 4 Feb 2005 20:23:32 +0000 Subject: [PATCH] Fix custom icon #20. Renumber starting from "Custom 0" instead of "Custom 1" for consistency with Mapsource 6.5. --- gpsbabel/garmin_tables.c | 48 ++++++++++++++++++++-------------------- 1 file changed, 24 insertions(+), 24 deletions(-) diff --git a/gpsbabel/garmin_tables.c b/gpsbabel/garmin_tables.c index 08f11c5b0..d8aa0e1f7 100644 --- a/gpsbabel/garmin_tables.c +++ b/gpsbabel/garmin_tables.c @@ -180,30 +180,30 @@ icon_mapping_t garmin_icon_table[] = { * numbers "-2" to signify that as a problem until we can create * these in a .mps or .gdb file and see their representation there. */ - { -2, 7680, "Custom 1" }, - { -2, 7681, "Custom 2" }, - { -2, 7682, "Custom 3" }, - { -2, 7683, "Custom 4" }, - { -2, 7684, "Custom 5" }, - { -2, 7685, "Custom 6" }, - { -2, 7686, "Custom 7" }, - { -2, 7687, "Custom 8" }, - { -2, 7688, "Custom 9" }, - { -2, 7689, "Custom 10" }, - { -2, 7690, "Custom 11" }, - { -2, 7691, "Custom 12" }, - { -2, 7692, "Custom 13" }, - { -2, 7693, "Custom 14" }, - { -2, 7694, "Custom 15" }, - { -2, 7695, "Custom 16" }, - { -2, 7696, "Custom 17" }, - { -2, 7697, "Custom 18" }, - { -2, 7698, "Custom 19" }, - { -2, 7799, "Custom 20" }, - { -2, 7700, "Custom 21" }, - { -2, 7701, "Custom 22" }, - { -2, 7702, "Custom 23" }, - { -2, 7703, "Custom 24" }, + { -2, 7680, "Custom 0" }, + { -2, 7681, "Custom 1" }, + { -2, 7682, "Custom 2" }, + { -2, 7683, "Custom 3" }, + { -2, 7684, "Custom 4" }, + { -2, 7685, "Custom 5" }, + { -2, 7686, "Custom 6" }, + { -2, 7687, "Custom 7" }, + { -2, 7688, "Custom 8" }, + { -2, 7689, "Custom 9" }, + { -2, 7690, "Custom 10" }, + { -2, 7691, "Custom 11" }, + { -2, 7692, "Custom 12" }, + { -2, 7693, "Custom 13" }, + { -2, 7694, "Custom 14" }, + { -2, 7695, "Custom 15" }, + { -2, 7696, "Custom 16" }, + { -2, 7697, "Custom 17" }, + { -2, 7698, "Custom 18" }, + { -2, 7699, "Custom 19" }, + { -2, 7700, "Custom 20" }, + { -2, 7701, "Custom 21" }, + { -2, 7702, "Custom 22" }, + { -2, 7703, "Custom 23" }, { 92, 8227, "Micro-Cache" }, /* icon for "Toll Booth" */ { 48, 161, "Virtual cache" }, /* icon for "Scenic Area" */ -- 2.30.2